home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 3 / QRZ Ham Radio Callsign Database - Volume 3.iso / digests / homebrew / 940052.txt < prev    next >
Internet Message Format  |  1994-06-04  |  8KB

  1. Date: Mon,  7 Mar 94 04:30:40 PST
  2. From: Ham-Homebrew Mailing List and Newsgroup <ham-homebrew@ucsd.edu>
  3. Errors-To: Ham-Homebrew-Errors@UCSD.Edu
  4. Reply-To: Ham-Homebrew@UCSD.Edu
  5. Precedence: Bulk
  6. Subject: Ham-Homebrew Digest V94 #52
  7. To: Ham-Homebrew
  8.  
  9.  
  10. Ham-Homebrew Digest         Mon,  7 Mar 94       Volume 94 : Issue   52
  11.  
  12. Today's Topics:
  13.                          GPS Receiver Boards
  14.                     Help understanding FM and SSB
  15.                           Looking for Lex...
  16.                Need info on Toshiba TC571000D-20 EPROM
  17.                 Power FET Gate Modulation - Need Info
  18.                      Ramsey SA-7 broadband preamp
  19.                              Tuner-tuner
  20.  
  21. Send Replies or notes for publication to: <Ham-Homebrew@UCSD.Edu>
  22. Send subscription requests to: <Ham-Homebrew-REQUEST@UCSD.Edu>
  23. Problems you can't solve otherwise to brian@ucsd.edu.
  24.  
  25. Archives of past issues of the Ham-Homebrew Digest are available 
  26. (by FTP only) from UCSD.Edu in directory "mailarchives/ham-homebrew".
  27.  
  28. We trust that readers are intelligent enough to realize that all text
  29. herein consists of personal comments and does not represent the official
  30. policies or positions of any party.  Your mileage may vary.  So there.
  31. ----------------------------------------------------------------------
  32.  
  33. Date: 7 Mar 1994 04:47:08 GMT
  34. From: ihnp4.ucsd.edu!sdd.hp.com!hpscit.sc.hp.com!rkarlqu@network.ucsd.edu
  35. Subject: GPS Receiver Boards
  36. To: ham-homebrew@ucsd.edu
  37.  
  38. The Motorola GPS receiver is less than $150 in 100's.  It has six
  39. channels and just about all the features you would ever want.
  40.  
  41. Rick Karlquist N6RK
  42. rkarlqu@scd.hp.com
  43.  
  44. ------------------------------
  45.  
  46. Date: 1 Mar 94 15:59:24 GMT
  47. From: agate!usenet.ins.cwru.edu!howland.reston.ans.net!pipex!warwick!not-for-mail@ucbvax.berkeley.edu
  48. Subject: Help understanding FM and SSB
  49. To: ham-homebrew@ucsd.edu
  50.  
  51. I've read the RSGB's RAE manual, and still have difficulty with their
  52. descriptions of FM and SSB. In FM, as I understand, the frequency of the
  53. carrier is modulated by the amplitude of the speech. So why does the bandwidth
  54. of the RF signal matter? If you have, say a 28Mhz carrier and the bandwidth of
  55. the Rf signal is 5kHz, why should that limit the audio bandwidth to 5Khz? If
  56. you send a 20kHz audio signal surely the RF signal would just oscillate
  57. between 28Mhz+-5kHz at 20kHz? I realise that filtering the output is important
  58. to remove any harmonics, but as you can see I'm quite confused about the
  59. bandwidth issue.
  60.  
  61. The other thing is SSB. I get the general idea of using power more efficiently
  62. by sending half the audio waveform as the other half is going to be a mirror
  63. image, and removing the carrier as we want to concentrate power on the signal
  64. instead of the carrier. What I don't get is how one removes the carrier and
  65. then adds it back again. Can someone explain that, please?
  66.  
  67. Cheers,
  68. Jason
  69. -- 
  70.        Jason L Saunders - President, Warwick Thrash n' Burn Society
  71.      email: maupb@csv.warwick.ac.uk - PGP 2.2 key available on request       
  72.        snail: 57 Gordon Street, Earlsdon, Coventry CV1 3ET, ENGLAND
  73.   "At least you know a sicko's committed"
  74.  
  75. ------------------------------
  76.  
  77. Date: 3 Mar 94 18:08:27 GMT
  78. From: ihnp4.ucsd.edu!usc!cs.utexas.edu!convex!news.utdallas.edu!wupost!udel!news.sprintlink.net!connected.com!beauty!rwing!eskimo!mzenier@network.ucsd.edu
  79. Subject: Looking for Lex...
  80. To: ham-homebrew@ucsd.edu
  81.  
  82. In <60290@uugate.wa7slg.ampr.org>, ka7oei@uugate.wa7slg.ampr.ORG wrote:
  83. : I'm looking for a Lexical Analyzer for DOS.
  84. : How about a 'port of "lex"?  Does anyone know where one may be found?
  85.  
  86. In my travels, I've run across at least 3 versions of Lex implemented
  87. in C.  (And another that does Turbo Pascal.)
  88.  
  89. First, there's AT&T Lex.  You can't get the source to this.  
  90. (A version of AT&T Yacc was out, but AT&T sicced their lawyers on 
  91. people.  No bit deal, Bison and Byacc are as good or better.)
  92.  
  93. Next, there's a Lex written at University of Waterloo (by 
  94. Charles Forsythe?) that was released on a DECUS souce code tape.
  95. It has an incompatible source languge format.  This was available as
  96. a port to DeSmet C (a now obselete "classic" ie. Version 7 level compiler)
  97. from the C Users Group, sold (for a while) by the Austin Code Works,
  98. and is (I think) the lex in the MSDOS/C directory in the Simtel echos
  99. sites C.
  100.  
  101. Finally, there's Flex.  This is a souped up Lex written at UCB that
  102. is the most common.  It gains its performance improvement at the
  103. expense of radically incompatible file input compared to AT&T Lex, but
  104. as it's now the defacto standard, this is the route to take.
  105. Available in the TXTUTL, GNUISH and DJGPP directories under MSDOS
  106. on a Simtel echo.  Also just about every where else (Linux release, 
  107. C Users Group, Austin Code Works, and wherever comp.sources.misc is
  108. archived ).
  109.  
  110.  
  111. Mark Zenier  mzenier@eskimo.com  markz@ssc.com 
  112.  
  113. ------------------------------
  114.  
  115. Date: 5 Mar 94 19:55:41 GMT
  116. From: nprdc!ihnp4.ucsd.edu!swrinde!cs.utexas.edu!convex!darwin.sura.net!rouge!agh0792@network.ucsd.edu
  117. Subject: Need info on Toshiba TC571000D-20 EPROM
  118. To: ham-homebrew@ucsd.edu
  119.  
  120. I am working with a system that uses a TOSHIBA TC571000D-20 
  121. EPROM.  I was only able to find a National Semiconductor EPROM
  122. chip - NM27C010Q200.  The latter is a 1 meg (128Kx8) CMOS EPROM 
  123. 200 ns.  I was told that this chip would work as a substitute for
  124. the Toshiba chip.  Can anyone verify that?  I have the pin-out for
  125. the National Semiconductor chip. Does anyone have the pin-out / other
  126. info for the Toshiba Chip?
  127.  
  128. Thanks in Advance.
  129. I need to know the answer this weekend if possible.
  130. Regards,
  131. aghill@usl.edu
  132. p.s. the chips each have 32 pins.
  133.  
  134. .
  135.  
  136. ------------------------------
  137.  
  138. Date: 6 Mar 1994 17:20:54 -0800
  139. From: nntp.crl.com!crl.crl.com!not-for-mail@decwrl.dec.com
  140. Subject: Power FET Gate Modulation - Need Info
  141. To: ham-homebrew@ucsd.edu
  142.  
  143.  I would appreciate any information on the use of power type FETS 
  144. (Hexfet, TMOS, etc.) in AM transmitter applications.  I have some 
  145. references for this but they are rather incomplete, I am particulary 
  146. interested in gate modulation techniques to eliminate the sereis type 
  147. modulator.  
  148.  
  149. Thanks
  150.  
  151. Stephen Dunifer
  152.  
  153. ------------------------------
  154.  
  155. Date: 5 Mar 1994 10:30:25 GMT
  156. From: ihnp4.ucsd.edu!usc!howland.reston.ans.net!usenet.ins.cwru.edu!cleveland.Freenet.Edu!eb795@network.ucsd.edu
  157. Subject: Ramsey SA-7 broadband preamp
  158. To: ham-homebrew@ucsd.edu
  159.  
  160. Hello.
  161.  
  162. I would like to know if any of you here on r.r.a.h have assembled
  163.  and used the Ramsey SA-7 preamp.
  164. I am planning to get a few of them and use them for TV and FM DX.
  165. I will have one for FM, one for UHF, and one for VHF. 
  166. I have three seperate antennas for those bands, and seperate feed
  167. lines too.
  168.  
  169. Will it be difficult to design a filter system where only the de
  170. esired band(ie FM, or UHF TV) get amped by the SA-7?
  171.  
  172. I plan on buying three of them, and I would like to know what I 
  173. am getting into before I plunk down the $$$.
  174.  
  175. By the way, here are some specs:
  176.  
  177. freq range:100kHz to 1000mHz
  178. gain:>20dB
  179. noise figure: < 4dB
  180. NEC microwave transistors are used in the design.
  181. They are $14.95 each in kit form from Ramsey.
  182. Ramsey is at: (716)924-4560
  183.  
  184.  
  185.  
  186. Thanks.
  187. -- 
  188. Eric Matthews
  189. eb795@cleveland.freenet.edu
  190.  
  191. ------------------------------
  192.  
  193. Date: Sat, 5 Mar 1994 15:12:05 GMT
  194. From: ihnp4.ucsd.edu!swrinde!cs.utexas.edu!convex!news.utdallas.edu!wupost!csus.edu!netcom.com!tgm@network.ucsd.edu
  195. Subject: Tuner-tuner
  196. To: ham-homebrew@ucsd.edu
  197.  
  198. Richard McAllister (rfm@urth.eng.sun.com) wrote:
  199. : 2. how can I build one?  [this is why this is in r.r.a.homebrew and not .misc]
  200.  
  201. You can build one for about $10 or so. It is just a variation
  202. on a noise bridge. My 1990 ARRL Handbook has a schematic. RadioKit also
  203. sells a noise bridge. Or you could get the MFJ noise bridge for
  204. about $50. Set the  controls on the noise bridge to 0 reactance
  205. and 50 ohms resistance before you tune. I built one from the
  206. Ham Radio Magazine articles a few years ago.  It really works.
  207.  
  208. Thomas Ki4N
  209.  
  210. ------------------------------
  211.  
  212. End of Ham-Homebrew Digest V94 #52
  213. ******************************
  214. ******************************
  215.